home *** CD-ROM | disk | FTP | other *** search
- Path: lrz-muenchen.de!news
- From: watzka@stat.uni-muenchen.de (Kurt Watzka)
- Newsgroups: comp.lang.c
- Subject: Re: complex numbers header
- Date: 6 Apr 1996 13:32:02 GMT
- Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
- Distribution: world
- Message-ID: <4k5roi$bgm@sparcserver.lrz-muenchen.de>
- References: <4k4udt$4s3@cobia.gulf.net>
- NNTP-Posting-Host: sun2.lrz-muenchen.de
-
- brhjrh@gulf.net (Bryan Halsey) writes:
-
- >Where can I am find an include header file for complex numbers for C?
- >Does such a thing exist?
-
- Once you have it, what are you going to do with it without the matching
- library or objects? Should it be a "macro" based implementation? Since
- this limits the scope to basic arithmetic, it should not be too
- difficult to "roll your own".
-
- BTW, complex numbers and matrices _are_ entitys that can be treated
- in C++ in a user friendly way, so if you work with these a lot, C++
- might be an interesting language for you. There even is a header
- <complex> in the current draft standard, and the draft standard library
- supports it.
-
- Kurt
- --
- | Kurt Watzka Phone : +49-89-2180-6254
- | watzka@stat.uni-muenchen.de
-
-